/* ==================================================
   WALLISER ENGINEERING
   SERVICE FACTS – DESKTOP
================================================== */

@media (min-width: 1200px) {

    /* ==================================================
       GESAMTE SECTION
    ================================================== */

    .we-servicefacts {
        position: relative !important;
        width: 100vw !important;
        max-width: none !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        margin-top: -70px !important;
        padding: 30px 0 90px 0 !important;
        box-sizing: border-box !important;
        background: #ffffff !important;
    }

    /* ==================================================
       ZENTRIERTER GESAMTBEREICH
    ================================================== */

    .we-servicefacts-inner {
        width: 98% !important;
        max-width: 2000px !important;
        margin: 0 auto !important;
        padding: 0 !important;
        box-sizing: border-box !important;
    }

    /* ==================================================
       ÄUSSERES GRID
    ================================================== */

    .we-servicefacts-grid {
        display: grid !important;
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
        gap: 28px !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        box-sizing: border-box !important;
        align-items: stretch !important;
    }

    /* ==================================================
       ALLGEMEINE KARTE
    ================================================== */

    .we-servicefacts-box {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        justify-content: flex-start !important;
        width: 100% !important;
        min-width: 0 !important;
        min-height: 250px !important;
        padding: 34px 28px !important;
        box-sizing: border-box !important;
        background: #f3f3f3 !important;
        border: none !important;
        border-radius: 18px !important;
        text-align: left !important;
    }

    /* ==================================================
       CNC-FERTIGUNG – DOPPELTE BREITE
    ================================================== */

    .we-servicefacts-box--wide {
        grid-column: span 2 !important;
    }

    /* ==================================================
       ICON + TITEL
    ================================================== */

    .we-servicefacts-heading {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        gap: 12px !important;
        width: 100% !important;
        margin: 0 0 24px 0 !important;
        padding: 0 !important;
        box-sizing: border-box !important;
    }

    /* ==================================================
       ICON
    ================================================== */

    .we-servicefacts-icon {
        display: block !important;
        width: 53px !important;
        height: 53px !important;
        min-width: 53px !important;
        object-fit: contain !important;
        margin: 0 !important;
        padding: 0 !important;
        flex-shrink: 0 !important;
    }

    /* ==================================================
       KARTENTITEL
    ================================================== */

    .we-servicefacts-title {
        width: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        font-family: 'Inter', sans-serif !important;
        font-size: 25px !important;
        font-weight: 700 !important;
        line-height: 1.2 !important;
        letter-spacing: -0.02em !important;
        color: #111827 !important;
        text-align: left !important;
    }

    /* ==================================================
       ZWEI SPALTEN INNERHALB CNC-FERTIGUNG
    ================================================== */

    .we-servicefacts-columns {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 42px !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        box-sizing: border-box !important;
    }

    .we-servicefacts-column {
        width: 100% !important;
        min-width: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        box-sizing: border-box !important;
    }

    /* ==================================================
       LISTEN
    ================================================== */

    .we-servicefacts-list {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 0 0 17px !important;
        box-sizing: border-box !important;
        font-family: 'Inter', sans-serif !important;
        font-size: 18px !important;
        font-weight: 400 !important;
        line-height: 1.55 !important;
        color: #000000 !important;
        text-align: left !important;
    }

    /* ==================================================
       LISTENPUNKTE
    ================================================== */

    .we-servicefacts-list li {
        margin: 0 0 12px 0 !important;
        padding-left: 1px !important;
    }

    .we-servicefacts-list li:last-child {
        margin-bottom: 0 !important;
    }
}


/* ==================================================
   WALLISER ENGINEERING
   SERVICE FACTS – MOBILE / TABLET ACCORDION
   bis 1199 px
================================================== */

@media (max-width: 1199px) {

    /* ==================================================
       GESAMTE SECTION
    ================================================== */

    .we-servicefacts {
        position: relative !important;
        width: 100vw !important;
        max-width: none !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        margin: 0 !important;
        padding: 24px 0 48px 0 !important;
        box-sizing: border-box !important;
        background: #ffffff !important;
    }

    /* ==================================================
       ZENTRIERTER GESAMTBEREICH
    ================================================== */

    .we-servicefacts-inner {
        width: 100% !important;
        max-width: 760px !important;
        margin: 0 auto !important;
        padding: 0 16px !important;
        box-sizing: border-box !important;
    }

    /* ==================================================
       EINE KARTE PRO ZEILE
    ================================================== */

    .we-servicefacts-grid {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 12px !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        box-sizing: border-box !important;
    }

    /* ==================================================
       ACCORDION-KARTE
    ================================================== */

    .we-servicefacts-box,
    .we-servicefacts-box--wide {
        display: block !important;
        grid-column: auto !important;
        width: 100% !important;
        min-width: 0 !important;
        min-height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        box-sizing: border-box !important;
        background: #f3f3f3 !important;
        border: none !important;
        border-radius: 16px !important;
        overflow: hidden !important;
        text-align: left !important;
    }

    /* ==================================================
       KLICKBARE KOPFZEILE
    ================================================== */

    .we-servicefacts-heading {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        gap: 12px !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 18px !important;
        box-sizing: border-box !important;
        cursor: pointer !important;
        user-select: none !important;
        -webkit-tap-highlight-color: transparent !important;
    }

    .we-servicefacts-heading:focus-visible {
        outline: 2px solid #1f5fbf !important;
        outline-offset: -3px !important;
        border-radius: 14px !important;
    }

    /* Chevron rechts – wird ohne zusätzliches HTML erzeugt */
    .we-servicefacts-heading::after {
        content: "" !important;
        display: block !important;
        width: 10px !important;
        height: 10px !important;
        margin-left: auto !important;
        margin-right: 3px !important;
        flex: 0 0 auto !important;
        border-right: 2px solid #111827 !important;
        border-bottom: 2px solid #111827 !important;
        transform: rotate(45deg) !important;
        transform-origin: center !important;
        transition: transform 240ms ease !important;
    }

    .we-servicefacts-box.is-open > .we-servicefacts-heading::after {
        transform: rotate(-135deg) !important;
    }

    /* ==================================================
       ICON + TITEL
    ================================================== */

    .we-servicefacts-icon {
        display: block !important;
        width: 34px !important;
        height: 34px !important;
        min-width: 34px !important;
        margin: 0 !important;
        padding: 0 !important;
        object-fit: contain !important;
        flex-shrink: 0 !important;
    }

    .we-servicefacts-title {
        width: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        font-family: 'Inter', sans-serif !important;
        font-size: 18px !important;
        font-weight: 700 !important;
        line-height: 1.25 !important;
        letter-spacing: -0.015em !important;
        color: #111827 !important;
        text-align: left !important;
    }

    /* ==================================================
       ACCORDION-INHALT – CNC-FERTIGUNG
    ================================================== */

    .we-servicefacts-columns {
        display: block !important;
        width: 100% !important;
        max-height: 0 !important;
        margin: 0 !important;
        padding: 0 18px !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
        opacity: 0 !important;
        transition:
            max-height 280ms ease,
            opacity 180ms ease,
            padding-bottom 280ms ease !important;
    }

    .we-servicefacts-box.is-open > .we-servicefacts-columns {
        max-height: 900px !important;
        padding-bottom: 18px !important;
        opacity: 1 !important;
    }

    .we-servicefacts-column {
        width: 100% !important;
        min-width: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        box-sizing: border-box !important;
    }

    .we-servicefacts-column + .we-servicefacts-column {
        margin-top: 8px !important;
    }

    /* ==================================================
       ACCORDION-INHALT – NORMALE KARTEN
    ================================================== */

    .we-servicefacts-box > .we-servicefacts-list {
        width: 100% !important;
        max-height: 0 !important;
        margin: 0 !important;
        padding: 0 18px 0 36px !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
        opacity: 0 !important;
        transition:
            max-height 280ms ease,
            opacity 180ms ease,
            padding-bottom 280ms ease !important;
    }

    .we-servicefacts-box.is-open > .we-servicefacts-list {
        max-height: 500px !important;
        padding-bottom: 18px !important;
        opacity: 1 !important;
    }

    /* ==================================================
       LISTEN
    ================================================== */

    .we-servicefacts-list {
        font-family: 'Inter', sans-serif !important;
        font-size: 15.5px !important;
        font-weight: 400 !important;
        line-height: 1.5 !important;
        color: #000000 !important;
        text-align: left !important;
    }

    .we-servicefacts-columns .we-servicefacts-list {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 0 0 18px !important;
        box-sizing: border-box !important;
    }

    .we-servicefacts-list li {
        margin: 0 0 8px 0 !important;
        padding-left: 1px !important;
    }

    .we-servicefacts-list li:last-child {
        margin-bottom: 0 !important;
    }
}


/* ==================================================
   KLEINE SMARTPHONES
================================================== */

@media (max-width: 480px) {

    .we-servicefacts {
        padding-top: 18px !important;
        padding-bottom: 40px !important;
    }

    .we-servicefacts-inner {
        padding-left: 14px !important;
        padding-right: 14px !important;
    }

    .we-servicefacts-heading {
        padding: 16px !important;
        gap: 11px !important;
    }

    .we-servicefacts-icon {
        width: 31px !important;
        height: 31px !important;
        min-width: 31px !important;
    }

    .we-servicefacts-title {
        font-size: 17px !important;
    }

    .we-servicefacts-list {
        font-size: 15px !important;
    }

    .we-servicefacts-columns {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .we-servicefacts-box > .we-servicefacts-list {
        padding-left: 34px !important;
        padding-right: 16px !important;
    }
}